*{padding:0;margin:0;}
html,body,header,footer,div,
p,a,b,span,hr,
form,input,button,
ul,li,ol,dir,
h1,h2,h3,h4,h5,h6,
table,td,tr,th,
img{
	font-size:100%;
	border:0;
	list-style-type: none;
	list-style: none;
	text-decoration:none;
}
header,section,footer,div{
	box-sizing: border-box;
}
html,body{
	box-sizing: border-box;
	font-size:16px;
	line-height: 2;
	color:#333;
	height: 100%;
	font-family:"思源黑体 CN","Microsoft yahei";
}
img{max-width: 100%;}
a{color:inherit;}
 .wrap{
	width:62.5%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	height: 100%;
}
.header_top{
	background: #1c487b;
	color: #fff;
	font-size:0.875rem;
	padding:0.5rem 0;
    overflow: hidden;
}
.lang{
	display: flex;
	justify-content: space-between;
}
.lang a{
	display: table;
	margin-left: 3.5rem;
	color: #fff;
	position: relative;
}
.lang a:after{
	content: '';
	width:2.125rem;
	height: 1.25rem;
	display: block;
	position: absolute;
	left: -2.375rem;
    top: 0.25rem;
	background: url(../img/lang_03.png) no-repeat;
}
.lang a:last-child:after{
	background-position: -2.875rem 0;
}
.lang a:hover:after{
	transform:rotateY(360deg);
	transition:all 0.8s;
}
.header{
	width:100%;
	background:#fff;
	display: table;
	box-shadow: 0 3px 8px #868686;
	position: relative;
    z-index: 2;
}
.header .logo{
	padding:0.875rem 0;
	display:flex;
    justify-content: space-between;
    width: 26%;
}
.header .logoName{
    font-size: 1.375rem;
    border-left: 1px solid #ddd;
    line-height: 1.25;
    padding-left: 0.5rem;
    letter-spacing: 1px;
}
.header .logoName>span{
	color: #105a30;
}
.header .logoName p{
	font-size:0.75rem;
    letter-spacing: normal;
}
.header .logoName p span{
	color: #1d4679;
}
.nav{
	width:58%;
	display: flex;
	justify-content: space-between;
}
.nav li a{
	color: #333;
}
.nav li{
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.5s;
}
.nav li a.on{
	color:#FFF;
	background:#1e497b;
	border-radius: 0.875rem;
    padding: 0.125rem 0.75rem;
}
.nav li>a:hover{
	color:#FFF;
	background:#1e497b;
	border-radius: 0.875rem;
    padding: 0.125rem 0.75rem;
    transition: all 0.5s;
}
.nav li:hover .nav_sub{
    height: 20rem;
    padding:1rem;
}
.nav li .nav_sub{
    position: absolute;
    width: 12rem;
    height: 0rem;
    top: 5rem;
    left: 0;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 0.5rem rgba(0,0,0,0.5);
    transition: 0.5s;
}
.nav li .nav_sub li{
	padding-bottom: 0.25rem;
}

.nav li .nav_sub li:hover{
	background:#1e497b;
}
.nav li .nav_sub li:hover>a{
	color: #fff;
	display:block;
	padding-left:0.5rem;
	transition:all 0.5s;
}
.nav li .nav_sub li a:hover{
	background:#1e497b;
	padding-left:0.5rem;
}

.nav li .nav_sub li:hover ul.s{
    width: 8rem;
    padding: 1rem;
}
.nav li .nav_sub ul.s{
	width:0;
	position: absolute;
	top: 0;
	left: 108%;
    background: #ffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 0.5rem rgba(0,0,0,0.5);
}

/*banner*/
.swiper-container{
	width:100%;
	height: 860px;
}
/*banner end*/

/*首页产品 start*/

.product{
	background: #f4f4f4;
	padding-bottom: 2rem;
	overflow: hidden;
}
.product_wrap ul{
	width:62.5%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.product_wrap ul li{
	width:31.25%;
	text-align: center;
	background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    margin-bottom: 3rem;
    border: 1px solid #fff;
}
.produc_pic{
	height:16rem;
	overflow: hidden;
}
.product_wrap ul li h3{
	padding-top:0.875rem;
}
.product_wrap ul li h3 a{
	font-size:1.375rem;
	color: #000;
}
.product_wrap ul li p{
	color: #999;
	font-size:0.875rem;
	width:96%;
	margin: 0 auto;
	padding-bottom: 1.5rem;
}

/*首页产品end*/


.qywh{
	min-height:28.25rem;
	color: #fff;
	background: url(../img/qywh_bg.jpg) no-repeat center bottom,#093b78;
	overflow: hidden;
}
.qywh .w_title{
	padding-top:4rem;
	padding-bottom: 3rem;
}
.qywh ul.wrap li{
	background:rgba(255,255,255,0.3);
    text-align: center;
    width:25%;
    min-height: 19.625rem;
}
.qywh ul.wrap li:nth-child(odd){
	background:rgba(86,126,186,0.3);
}
.qywh ul.wrap li img{
    padding-top:2.5rem;
}
.qywh ul.wrap li h6{
	font-size:1.375rem;
	padding:1.25rem 0;
}
.qywh ul.wrap li p{
	font-size:1rem;
}


.about{
	background: #fff;
	padding-bottom: 3rem;
	overflow: hidden;
}
.w_title{
	text-align: center;
	padding-top:2.875rem;
	padding-bottom: 2.875rem;
}
.about_text{
	width:50%;
	padding-top: 2.5rem;
}
.about_text p{
	text-indent: 2em;
	font-size: 0.875rem;
	color: #333;
	line-height: 2;
    font-weight: lighter;
	padding-top:1.5rem;
}
.about_text a{
	padding:0.5rem 1.5rem;
	color: #fff;
	background:#0d4a86;
	border-radius:0.5rem;
	margin-top: 2.25rem;
    display: flex;
    width: 30%;
    justify-content: center;
    transition: 0.8s all;
}
.about_text a:hover{
	background:#fff;
	color:#0d4a86;
	border:1px solid #0d4a86;
}
.about_pic{
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	line-height: 0;
}



.w_more{
	margin:1rem auto;
	padding:0.5rem 1.5rem;
	color: #fff;
	background:#0d4a86;
	border-radius:0.5rem;
    display: flex;
    width: 8rem;
    justify-content: center;
    transition: 0.8s all;
}
.w_more:hover{
	background:#fff;
	color:#0d4a86;
	border:1px solid #0d4a86;
}
.honor{
	width:100%;
	overflow: hidden;
	min-height: 50.6875rem;
	background:url(../img/honor_bg.jpg),#092d55;
}
.honor_pic{
	text-align: center;
}


.news{
	width:100%;
	background: #ffffff;
	overflow: hidden;
}
.news_wrap{
	padding-bottom: 2rem;
}
.news_wrap ul li{
	width:31.5%;
	height:28.625rem;
	background: #fff;
}
.new_pic{
	width:20.125rem;
	height:12.375rem;
	margin:1rem auto;
	overflow: hidden;
	background: #f1f1f1;
}
.news_wrap ul li h4{
	width:90%;
	margin:0 auto;
	line-height: 2;
}
.news_wrap ul li h4 a{
font-size: 0.875rem;
	color: #222;
}
.news_wrap ul li p{
	color: #777777;
	font-size:0.875rem;
	width:90%;
	margin:0.25rem auto 0.75rem;
	line-height: 2;
}
.new_dibu{
	display: flex;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
	background:#f6f6f6;
	color: #999;
	padding:0.75rem 0.5rem;
}
.new_dibu a{
	font-size:0.875rem;
	text-transform:uppercase;
	color:#999;
}
.new_dibu span{
	display: table;
	padding-left:1.5rem;
	background:url(../img/new_icon.png) no-repeat left;
}
.contacts{
	background: #f4f4f4;
	margin:0 auto;
	overflow: hidden;
}
.cont_map{
	display: table;
	margin:0 auto;
	background: #fff;
	padding:1rem;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}
.footer{
	background:url(../img/footer_bg.png) center top,#0d254c;
	color: #fff;
	overflow: hidden;
}
.foot_nav ul{
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	height: 8rem;
}
.footer_wrap{
	padding-top:3.5rem;
    padding-bottom: 2rem;
}
.foot_nav{
	width:20%;
}
.footer_copy{
	width:100%;
	background:rgba(0,0,0,0.5);
	font-size:0.875rem;
	text-align:center;
	padding:0.5rem 0;
}
.footer_copy a{
	padding:0 0.25rem;
}

.subBanner{
	overflow: hidden;
}
.subBody{
	/*padding-bottom: 1rem;*/
	overflow: hidden;
}

.subTitle{
	padding:1rem 0;
	font-size:0.875rem;
	text-align:center;
}
.catname{
	font-size: 1.5rem;
	line-height: 2;
	position: relative;
}
.catname:after{
	position: absolute;
	bottom:-1.5rem;
	left:50%;
	margin-left:-25%;
	content: "";
	width:50%;
	border-bottom: 2px solid #4b8528;
}
.subTitle p{
	padding:2.5rem 0 1rem;
	color: #666;
}
.subTitle a{
	color: #333;
}
.subCont{
	width:62.5%;
	margin:0 auto;
	display: table;
}
.ny_company{
	font-size: 0.875rem;
}

.ny_company>p{
	padding-top:1rem;
	font-size: 1rem;
	text-indent: 2em;
}
.ny_company ul.ny_qywh{
	display: flex;
	justify-content: space-between;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.ny_company ul.ny_qywh li{
	text-align:center;
	width:24%;
	background-color: #0e2447;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.ny_company ul.ny_qywh li h6 {
    font-size: 1.375rem;
    padding: 1.25rem 0;
}
.ny_company ul.ny_qywh li p{
	
}
.ny_company ul.nyVideo{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.ny_company ul.nyVideo li{
	width:33%;
}
.ny_company ul.nyVideo li iframe{
	width:100%;
	 height: 270px;
}

.ny_video ul.nyVideo{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.ny_video ul.nyVideo li{
	width:100%;
}
.ny_video ul.nyVideo li iframe{
	width:100%;
	height: 720px;
}


.ny_conmpany_01{
	width:100%;
	display: table;
    padding-bottom: 3rem;
}
.ny_conmpany_01 img{
	float: left;
	width:45%;
	box-shadow: 0px 0px 10px #ababab;
    border: 8px solid #fff;
    margin-right: 10%;
}
.ny_conmpany_01 p{
	padding-bottom: 1.5rem;
}

.ny_company h3{
    font-size: 1.5rem;
    border-bottom: 1px solid #666;
    width: 9%;
    margin: 2rem auto;
    text-align: center;
    font-weight: normal;
}
.ny_company_02{
	display: table;
	width:100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.ny_company_02 img{
	float: right;
	width:45%;
	box-shadow: 0px 0px 10px #ababab;
    border: 8px solid #fff;
    margin-left: 10%;
}
.ny_company_03 p{
	font-size: 0.875rem;
    color: #666;
    padding-bottom: 2.5rem;
    text-align: center;
    padding-top: 0;
}






.news_list2 li{
	display: flex;
	justify-content: space-between;
}

.news_list2 li .new_pic{
	width:25%;
	max-height: 12rem;
}
.news_list2 li .new_nr{
	width:65%;
}
.news_list2 li .new_nr h4 a{
	font-size: 1.5rem;
	color: #333;
}
.news_list2 li .new_nr span{
	display: table;
	background:url(../img/new_icon.png) no-repeat left;
	padding-left:2rem;
	color: #929292;
    font-size: 1.25rem;
}
.news_list2 li .new_nr p{
	color: #666;
	font-size: 0.875rem;
    padding-top: 1rem;
}
.listConts{
	width:62.5%;
	margin:0 auto;
}
.listConts h1.title{
	font-size:1.5rem;
	text-align:center;
	padding:1rem 0;
}
.listConts .info{
	text-align:center;
	font-size:0.875rem;
	width:100%;
	padding-bottom: 1rem;
	margin-bottom:1.5rem;
	border-bottom: 1px dashed #909090;
}
.listConts .info small{
	padding-left:1rem;
	font-size:0.875rem;
}

#textarea{
	min-height: 10rem;
}


.product_list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.product_list li{
	width:31%;
	text-align:center;
}

.product_list .cp_pic{
	height: 17.5rem;
	overflow: hidden;
}

.product_list li h3{
	font-size: 1.25rem;
	padding:1rem 0 0.875rem;
	color: #222;
}
.product_list li p{
	font-size: 0.875rem;
	color: #666;
	padding-bottom: 1.5rem;
	width:96%;
}
.product_show{
	display: flex;
	justify-content: space-between;
}
.showimg{
	width:46%;
	border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #b1b1b1;
}
.product_desc{
	width:40%;
	box-shadow:0px 0px 10px #999;
	padding:2rem;
}
.product_desc h3.title{
	font-size:1.75rem;
	padding-bottom: 1rem;
}
.product_desc h3 small{
	font-size: 1.25rem;
}
.product_desc p{
	margin-bottom: 1.5rem;
	padding:0.75rem 0;
	border-top:1px dashed #dcdcdc;
	border-bottom:1px dashed #dcdcdc;
}
.product_desc a{
	display: table;
	padding:0.25rem 3rem 0.25rem 3.75rem;
	background:url(../img/kef_img.png) no-repeat 1.75rem,#4b8528;
	color: #fff;
}
.conttitle{
	margin-top: 1rem;
	width: 100%;
	background: #4b8528;
	color: #fff;
	text-indent: 2em;
	padding:0.5rem;
}
.conttitle a{
	width: 100%;
	display: table;
}

.caselist{
	width:100%;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.caselist li{
	width: 23%;
    box-sizing: border-box;
    padding: 8px;
    border: 8px solid #ddd;
    margin: 8px;
    text-align:center;
}
.caselist li .preview:hover{
	transform: rotateY(360deg);
}
.caselist li .preview{
	transition: all 1s;
	height: 180px;
    overflow: hidden;
}

.shebei{
	padding-bottom:40px;
}
.shebei_table{
	border-spacing: 10px;
}
.shebei li.title{
	width:100%;
}
.shebei ul{
	display:flex;
	flex-wrap: wrap;
}
.shebei li{
	width:20%;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	vertical-align: top;

	border: 8px solid #78b6bb;
}
.shebei li img{
	transition: all 1s;
	max-height: 142px;
    width: 100%;
}
.shebei li:hover img{
	transform:rotateY(360deg);
}
.shebei li p{

}
.shebei li .sheb_pic{
	height:150px;
}

.shebei li b{
	background:#ddd;
	display:block;
	width:100%;
	text-align: center;
	font-size: 32px;
	padding:16px 0;
}
/*.shebei_table tr:nth-child(even) td{
	padding:0px;
}
.shebei_table tr:nth-child(odd) td{
	border: 8px solid #78b6bb;
}*/

/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;
	letter-spacing:0;font-family:"Arial";font-size:14px;margin-top: 28px;
    margin-bottom: 20px;
}
.page_list a{
    display: inline-block;
    color: #ffffff;
    border: 1px solid #e8e8e8;
    background: #0d2347;
    text-align: center;
    padding: 2px 15px;
    margin: 0 10px;
    font-size: 14px;
}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #b3b8bf;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}




.preNext {
    border-top:1px solid #ddd;
    padding-top: 1rem;
    margin-top: 2rem;
}
.preNext ul.text{
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.preNext ul.text li a{
    color:#353535;
}


.join h2{
	text-align: center;
	font-size:2rem;
	line-height: 3;
}
.join p{
	text-indent: 2em;
	line-height: 2.5;
	padding-bottom: 1.5rem;
}
.join img.join_img1{
  float: right;
  border: 8px solid #fff;
    margin-left: 3rem;
    box-shadow: -2px 2px 16px #666;
  width:40%;
}
.cp_ziliao{
	width:100%;
	padding-top: 0.5rem;
}
.cp_ziliao h6{
	font-size: 1.5rem;
	padding-top: 1.25em;
	margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}
.cp_ziliao div{
	width:49%;
}
.contact_wrap{
	    padding: 10px 0px 40px 0px;
}
.contact_wrap ul{
    background: #eaeaea;
    padding: 20px;
}
.contact_wrap ul li{
	font-size: 1rem;
}
.mobnav{
	display: none;
}

@media screen and (max-width: 1366px) {
	.wrap{
		width: 86.5%;
		    flex-wrap: wrap;
	}
	.product_wrap ul {
    	width: 86.5%;
	}
	.subCont {
	    width: 86.5%;
	}
	.listConts {
    width: 86.5%;
	}
 }
 
@media screen and (max-width: 750px) {
	.wrap{width: 98%;
	    flex-wrap: wrap;
	}
	.product_wrap ul {
    	width: 98%;
	}
	.qywh {
    display: none;
	}
	.honor {
    display: none;
	}
	.subCont {
	    width: 98%;
	}
	.product_desc {
    width: 50%;
	}
	.listConts {
    width: 98%;
	}
	.cp_ziliao div {
    width: 100%;
	}
	.shebei li{
		width:100%;
	}
	.shebei li .sheb_pic {
    height: 236px;
	}
	.shebei li img {
	    max-height: 220px;
	}
}

@media screen and (max-width: 640px) {


	.header_top{
	    padding: 0.25rem 0;
	}
	.header_top p{
		display: none;
	}
	.header .logo{
	    width: 76%;
	}
	.lang{
		width: 100%;
	}
	.mobnav{
		display: block;
		width: 12%;
		padding-top: 1.75rem;
	}
	.mobnav .line{
		display:flex;
		height: 0.25rem;
		background-color:#1c487b;
		position: relative;
		margin-top: 0.365rem;
		transition: all 0.8s;
	}
	.mobnavOn{
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
	}
	.mobnavOn .line{
		transform:rotate(45deg);
		margin-top: -3px;
		background-color:#fff;
	}

	.mobnavOn .line:first-child{
		transform:rotate(-45deg);
	}
	.nav {
		display:none;
		width: 100%;
        flex-wrap: wrap;
        background: #284d85;
        box-sizing: border-box;
	    padding: 0.5rem 0 0 1.5rem;
	    position: fixed;
        top: 0;
	    left: 0;
	    height: 100%;
	    z-index: 1;
	}
	.nav li {
	    flex-wrap: wrap;
	}
	.nav li a {
    font-size: 1rem;
    color: #fff;
	}
	.nav li>a:hover {
    color: #FFF;
    background: #1e497b;}
	.nav li a.on{
		padding: 0;
		background: #1e497b;
	}
	.nav li .nav_sub {
	    position:unset;
	    width: 100%;
	    height: auto;
	    box-shadow: unset;
	    background: #284d85;
        padding-left: 2rem;
	}
	.nav li .nav_sub a{
	    font-size: 0.875rem;
		color: #efff00;
	}
	.nav>li:nth-child(3)>a:after{
		content: " +";
	}
	.nav li:hover .nav_sub{
		height: auto;
	}
	.nav li .nav_sub a:before{
		content: "> ";
		font-family: serif;
	}
	.nav li .nav_sub li:hover {
    background: #284d85;
}
.nav li .nav_sub li a:hover {
    background: #284d85;}
	.nav li .nav_sub ul.s{
		width: 100%;
	    position: unset;
	    padding-left: 2.5rem;
	    box-shadow: unset;
	    background: #284d85;
	}
	.nav li .nav_sub li:hover ul.s{
		width: 100%
	}
	.swiper-container{
		height: auto;
	}
	.about_text {
	    border-top: 3px solid #333;
	    width: 100%;
	}
	.about .wrap{
		flex-wrap: wrap;
	}
	.about_text a {
	    width: auto;
	}
	.ny_company ul{
		flex-wrap: wrap;
	}
	.qywh .wrap{
		display: flex;
	    flex-wrap: wrap;
	}
	.qywh ul.wrap li{
		    width: 100%;
    min-height: 6.625rem;
	}
	.qywh ul.wrap li h6 {
	    padding: 0.25rem 0;
	}

	.qywh ul.wrap li p {
    font-size: inherit;
	}
	.product_wrap ul li {
    width: 48.5%;
    margin-bottom: 1rem;
    }
    .produc_pic {
    height: 8.5rem;
	}
	.news{
		background: url(../img/new_bg.png) repeat center top;
	}
	.news_wrap .wrap{
		display: flex;
		flex-wrap:wrap;
	}
	.new_pic {
	    padding-top: 1rem;
	}
	.news_wrap ul li{
		width: 86%;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.contact_wrap .wrap{
	    padding-top: 1rem;
	    flex-wrap: wrap;box-sizing: border-box;
	}
	.contact_text {
    width: 100%;
    height: 16.625rem;}
	.contact_text img{
		margin:1rem;
	    width: 92%;
	    padding:0;
	}
	.contact_text p {
	    padding-left: 1.375rem;
	    line-height: 2;
	    padding-top: 0rem;
	}
	.contact_pic{
		text-align:center;
		margin-top:1rem;
	}
	.contact_pic img{
		width:70%;
	}
	.contact_pic ul{
		display: none;
	}
	.foot_nav{
		display:none;
	}
	.footer_wrap{
		flex-wrap: wrap;
		width: 84%;
	}
	.foot_copy {
    color: #fff;
    width: 100%;
    min-height: 3.125rem;
    font-size: 0.875rem;
    background: url(../img/foot_bg_02.jpg);
    overflow: hidden;
    padding-bottom: 1rem;
	}
	.news_list2 li{
	    flex-wrap: wrap;
	    width: 86%;
	    margin: 0 auto;
	}
	.news_list2 li .new_pic{
		width: 100%;
	}
	.news_list2 li .new_nr{
		width:100%;
	}
	.news_list2 li .new_nr h4 a{
		font-size:1rem;
	}
	.product_list li{
		width:100%;
	}
	.product_list .cp_pic {
    /*height: 8.5rem;*/
	}
	.product_list li h3 {
	    font-size: 1rem;}
    .product_show {
    flex-wrap: wrap;}
    .showimg {
        width: 94%;
	    margin: 0 auto;
	}
	.product_desc {
	    width: 94%;
	    margin: 0 auto;
	    padding: 1rem;
	}
	.product_desc h3.title {
	    font-size: 1.25rem;
	}
	.product_desc h3 small {
	    font-size: 1rem;
	}
	.ny_conmpany_01 img {
    float: left;
    width: 58%;
    box-shadow: 0px 0px 5px #ababab;
    border: 4px solid #fff;
    margin-right: 5%;
    margin-top: 1rem;
	}
	.ny_company h3{
	    width: 28%;
	    margin: 1rem auto;
	}
	.ny_company_02 img {
    float: right;
    width: 62%;
    box-shadow: 0px 0px 5px #ababab;
    border: 5px solid #fff;
    margin-left: 2%;
    margin-top: 1rem;
}
.ny_company ul.ny_qywh li{
	width: 50%;
}
.En .ny_company ul.ny_qywh li{
	width:100%;
}
.ny_company ul.nyVideo li{
	width:100%;
}
	.join h2 {
	    text-align: center;
	    font-size: 1.625rem;
	    line-height: 1.5;
	}
	.join img.join_img1 {
    float: right;
    border: 5px solid #fff;
    margin-left: 1rem;
    box-shadow: -2px 1px 5px #666;
    width: 58%;
	}
	.page_list a{
		padding: 2px 6px;
	    margin: 0 2px;
	}
	.caselist li{
		width: 100%;
	}
	.contact_wrap ul li {
    width: 100%;
    padding-bottom: 1rem;
}
}


.navEn li .nav_sub{
	width: 20rem;
}
.navEn li .nav_sub ul.s{
    left: 100%;
}
.navEn li .nav_sub li:hover ul.s{
    width: 12rem;
    padding: 0.2rem;
}
